2004-11-09 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkicontheme.[ch]: Improve the docs. (#157785,
+ Torsten Schoenfeld)
+
* gdk/x11/gdkwindow-x11.c (gdk_window_get_geometry): Add
a hint about using gdk_drawable_get_size() instead.
2004-11-09 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkicontheme.[ch]: Improve the docs. (#157785,
+ Torsten Schoenfeld)
+
* gdk/x11/gdkwindow-x11.c (gdk_window_get_geometry): Add
a hint about using gdk_drawable_get_size() instead.
2004-11-09 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkicontheme.[ch]: Improve the docs. (#157785,
+ Torsten Schoenfeld)
+
* gdk/x11/gdkwindow-x11.c (gdk_window_get_geometry): Add
a hint about using gdk_drawable_get_size() instead.
2004-11-09 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkicontheme.[ch]: Improve the docs. (#157785,
+ Torsten Schoenfeld)
+
* gdk/x11/gdkwindow-x11.c (gdk_window_get_geometry): Add
a hint about using gdk_drawable_get_size() instead.
* @icon_theme: a #GtkIconTheme
* @path: directory name to append to the icon path
*
- * Appends a directory to the search path. See gtk_icon_theme_set_search_path().
+ * Appends a directory to the search path.
+ * See gtk_icon_theme_set_search_path().
*
* Since: 2.4
**/
* @icon_theme: a #GtkIconTheme
* @path: directory name to prepend to the icon path
*
- * Prepends a directory to the search path. See gtk_icon_theme_set_search_path().
+ * Prepends a directory to the search path.
+ * See gtk_icon_theme_set_search_path().
*
* Since: 2.4
**/
* is zero-terminated.
*
* Return value: An newly allocated array describing the sizes at
- * which the icon is available.
+ * which the icon is available. The array should be freed with g_free()
+ * when it is no longer needed.
*
* Since: 2.6
**/
* that the icon is generally available.
*
* This function will generally be used with pixbufs loaded
- * via gdk_pixbuf_new_from_inline ().
+ * via gdk_pixbuf_new_from_inline().
*
* Since: 2.4
**/
* Cannot be used together with %GTK_ICON_LOOKUP_NO_SVG.
* @GTK_ICON_LOOKUP_USE_BUILTIN: When passed to
* gtk_icon_theme_lookup_icon() includes builtin icons
- * as well as files. For a builtin icon, gdk_icon_info_get_filename()
- * returns %NULL and you need to call gdk_icon_info_get_builtin_pixbuf().
+ * as well as files. For a builtin icon, gtk_icon_info_get_filename()
+ * returns %NULL and you need to call gtk_icon_info_get_builtin_pixbuf().
*
* Used to specify options for gtk_icon_theme_lookup_icon()
**/